home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / dust2.lha / Dust / Examples / OldExamples / PExplodeGOOD.bat < prev    next >
DOS Batch File  |  1995-09-28  |  312b  |  13 lines

  1. #creating a nice particle-explosion
  2. #this script is for professionals
  3. #you will need about 50MB-100MB to store the objects and rendered frames
  4.  
  5. load(1,sphere.obj)
  6. load(2,chesscube.sharp)
  7. o2p(1,2,1,f)
  8. scalep(1,0.8)
  9. savep(1,cp)
  10. PExplode(1,120,obj,9.5,-10.0,-0.0005,30,10,obj)
  11. staging3(obj,1,120,1,120,ram:st)
  12. exit
  13.